home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 12 - 1996 / 12.01 Jan 96 / 12.01 Tips & Tidbits / FSpTrashFile / FSpTrashFile.h < prev   
Encoding:
C/C++ Source or Header  |  1995-03-11  |  526 b   |  29 lines  |  [TEXT/MMCC]

  1. /******************************************************************************
  2.      FSpTrashFile.h
  3.     
  4.     history:
  5.  
  6.         modified:    xx/xx/xx        who are you? what did you do?
  7.         created:    11/23/94        greg poole
  8.  
  9.     Greg Poole
  10.     Vital Images, Inc.
  11.     505 N. 4th Street
  12.     Fairfield, IA 52556
  13.     (515) 472-7726
  14.     email: greg@vitalimages.com
  15.  
  16.  ******************************************************************************/
  17.  
  18. #pragma once
  19.  
  20. #ifdef __cplusplus
  21.     extern "C" {
  22. #endif
  23.  
  24.     extern OSErr    FSpTrashFile( FSSpecPtr file );
  25.  
  26. #ifdef __cplusplus
  27.     }
  28. #endif
  29.